home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / libgphoto2-2 / camlibs / README.mustek < prev    next >
Encoding:
Text File  |  2009-01-07  |  1.4 KB  |  36 lines

  1. Driver for Mustek MDC 800 cameras by Henning Zabel <henning@uni-paderborn.de>
  2.  
  3. The driver supports the rs232 and the USB interface of the
  4. Mustek MDC800 Digital Camera. It implements all function
  5. to download pictures, view their thumbnails or delete them.
  6. It is also possible to take photos with the library.
  7. In the GUI of this driver you can select some preferences 
  8. for this.
  9.  
  10. On rs232 it is possible to use every supported Baudrate. The
  11. Baudrate is selectable in the GUI.
  12.  
  13. History :
  14.  
  15. 10.01.2000 The Library was ported to the ne iolib. It uses also
  16.            the USB Interfave from Johannes Erdfeld. This makes it
  17.               unneccessary to have a special Kernelmodul for the 
  18.               Mustek.
  19.               In camera.h there is added a new entry, so you can select
  20.               wether you want to use USB or rs232. This is needed
  21.               because the iolib does not support autodetection for this.
  22.  
  23. 19.11.1999 Autoprobe of the Baudrate when starting (opening) this
  24.            driver was added. This makes it possible to reopen the
  25.               camera after an error, when the camera has been set
  26.               to another baudrate than 57k.
  27.               Automatic command retry has moved from rs232 to io, now
  28.               it also touches usb.
  29.  
  30. 17.11.1999 Rewrite of the GUI: Some useless Function where deleted.
  31.            The GUI now uses ComboBoxes.
  32.               Added support to select Baudrate of the camera in the GUI.
  33.  
  34. 07.11.1999 This lib was posted to gphoto, after adapting the GUI
  35.            from the earlier driver.
  36.